home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / pc / pm65sdk / sourcecode / adniresource / test.rc < prev   
Text File  |  1996-09-11  |  2KB  |  42 lines

  1. /**********************************************************************
  2.  * Colorer.RC Plug-in Colorer Resource file.
  3.  *
  4.  * Copyright (C) 1993-1995 Adobe Systems Incorporated.  All rights reserved.
  5.  *
  6.  * ABSTRACT:
  7.  *              This resource file must contain a RI_REGINFO ADNI resource.
  8.  *              It should also contain any other resources.
  9.  *
  10.  ************************************************************************/
  11.  
  12. // These are the codes for Addition Resources:
  13. #define RI_REGINFO 101
  14. #define ADNI 301
  15.  
  16. // This is the declaration of the RI_REGINFO ADNI resource.
  17. RI_REGINFO ADNI MOVEABLE //101 301
  18.     // Header:
  19.     BEGIN
  20.     0L          // 0x0001 kStayInMem 0x0002 kRegister
  21.                 // 0x0004 kDisablePMEvent
  22.                 // 0x0008 kDisablePMSysEvent
  23.                 // 0x0010 kDisableNonCQEvent
  24.     0x0300       // Interface Version 3.0 (WORD)
  25.                 // This needs to be version 2.0 for PM 6.0 and greater
  26.     1           // number of Additions in DLL Addition library (SHORT)
  27.  
  28.     // definition of Addition number 1:
  29.     1L              // string id# for menu name (DWORD)
  30.     0x0L             // 1 if Addition should appear in menu, 0 otherwise (unsigned long)
  31.                 // 0x04 if Addition should be enabled in Layout state.
  32.                 // 0x08 if Addition should be enabled in Story Edit state.
  33.                 // 0x10 if Addition should be enabled in Nopub state.
  34.                 // To appear in menu for all states the value is 0x1DL.
  35.     0x0100   // Addition Version 1.00 (WORD)
  36.     0               // reserved (WORD)
  37.     1L              // Addition number. (The first Addition get number 1) (LONG)
  38.     0L              // reserved (LONG)
  39.  
  40.     END
  41.  
  42.